/*!
Theme Name: Inx Game PRO
Theme URI: https://athemeart.com/downloads/inx-game-wordpress-casino-theme
Author: aThemeAr
Author URI: http://athemeart.com/
Description: Description
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: inx-game
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

inx game is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

:root {
  --primary-color: #f65002;
  --secondary-color: #000;
  --tertiary-color: #f65002;
  --quaternary-color:#fff;
  --opacity:0,0,0;
  --secondary-helper-color: #7f8c8d;
  
  
}
a{
	color: var( --secondary-color );
	text-decoration:none;
	    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover,
a:focus,
#secondary .widget li:hover a,
#secondary .widget li a:focus{
	color: var( --primary-color );
	text-decoration:none;
	
}
#content .inx-single-post .post a{
	color: var( --primary-color );
}
#content .inx-single-post .post a:hover,
#content .inx-single-post .post a:focus{
	color: var( --secondary-color );
}
.tb-cell{
	display:table-cell;
}
.btn,
.error-404 input.search-submit,
#content .inx-single-post .post a.btn{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 9px 22px;
    font-family: inherit;
    color: var( --quaternary-color );
	background: var( --primary-color );
	margin-top:20px;
	border:1px solid var( --primary-color );
}
.btn i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 5px;
	font-size:30px;
	height:25px;
}
.btn.btn-sm{
	 padding: 7px 15px;
}
.btn i,
.btn span{
	float:left;
}
.btn span{
	padding-top:2px;	
}
.btn:hover i,
.btn:focus i{
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);	
}
.btn:hover,
.error-404 input.search-submit:hover,
#content .inx-single-post .post a.btn:hover,
.btn:focus,
.error-404 input.search-submit:focus,
#content .inx-single-post .post a.btn:focus,
.btn.line,
#content .inx-single-post .casions-archive-btn-wrap .btn.line,
#content .casions-archive-btn-wrap .btn.line,
#content .inx-single-post .inxgame-casions-archive .btn.line{
	color: var( --primary-color );
	background:none;
}

.btn.line:hover,
#content .inx-single-post .casions-archive-btn-wrap .btn.line:hover,
#content .casions-archive-btn-wrap .btn.line:hover,
#content .inx-single-post .inxgame-casions-archive .btn.line:hover{
	color: var( --quaternary-color );
	background: var( --primary-color );
}
.container, .container-sm, .container-md, .container-lg, .container-xl {
	max-width:1600px;
	padding:0 5%;	
}
.elementor-section.elementor-section-boxed > .elementor-container,.elementor-container{
	max-width:1600px!important;
	
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	border-color:var( --primary-color );
}

/*--------------------------------------------------------------
	# Typography
--------------------------------------------------------------*/
body {
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	font-family:'Roboto', sans-serif;
	font-size:100%;
	line-height:1.8;
	font-weight:400;
	color: var( --secondary-color );
	position:relative;
	background: #f6f7f9;
}
h1,h2,h3,h4,h5,h6{
	font-family:'Righteous', sans-serif;
	letter-spacing:1px;
}
#content .inx-single-post ul.post-meta li{
	font-family:'Roboto', sans-serif;
}
#content{
	padding-top:60px;
	padding-bottom:60px;	
}
/*--------------------------------------------------------------
	# Widgets
--------------------------------------------------------------*/
#masthead .container.header-middle{
	padding-top:50px;
	padding-bottom:50px;
}
.rd-navbar-static.rd-navbar-layout-5{
  background: #1d242a;
  border-bottom:3px solid var( --primary-color );
}
.rd-navbar-static .rd-navbar-dropdown{
	 background: #1d242a;
}
.rd-navbar-static ul.rd-navbar-dropdown::before{
	border-bottom: 8px solid #1d242a;
}
.rd-navbar-static ul.rd-navbar-dropdown ul li:first-child::before {
	border-right: 8px solid #1d242a;
}
.rd-navbar-static .rd-navbar-nav > li > a {
	font-family:'Poppins', sans-serif;
	font-weight:500;
	font-size:16px;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
	letter-spacing:1px;
	
}
.rd-navbar-social-icon .social-list > li > a{
	color:#FFF;
}
.rd-navbar-static .rd-navbar-nav > li:hover,
.rd-navbar-static .rd-navbar-nav > li.current_page_item > a,
.rd-navbar-static .rd-navbar-nav > li:focus,
.rd-navbar-static .rd-navbar-nav > li > a:focus,
.rd-navbar-static .rd-navbar-nav > li:active{
	background:var( --primary-color );
}

.rd-navbar-static ul.rd-navbar-dropdown a{
	color: #fff;
	text-decoration:none;
	font-weight:500;
	font-size: 14px;
	text-transform:uppercase;
	font-family:'Poppins', sans-serif;
	letter-spacing:1px;

}

.rd-navbar-static .rd-navbar-dropdown li.focus > a, .rd-navbar-static .rd-navbar-dropdown li.opened > a, .rd-navbar-static .rd-navbar-dropdown a:hover,
.rd-navbar-static .rd-navbar-megamenu li.focus > a,
.rd-navbar-static .rd-navbar-megamenu li.opened > a,
.rd-navbar-static .rd-navbar-megamenu a:hover {
  color: #fff;
  background: #404040;
}
.rd-navbar-fixed .rd-navbar-toggle {
	border-bottom:1px solid var( --primary-color );
	background: var( --primary-color );
	outline:none;
	color: var( --quaternary-color );
}
.rd-navbar-fixed .rd-navbar-toggle span::after, 
.rd-navbar-fixed .rd-navbar-toggle span::before, 
.rd-navbar-fixed .rd-navbar-toggle span {
	background-color: var( --quaternary-color );
}
.rd-navbar-fixed .rd-navbar-nav li > a {
	color: var( --primary-color );;
}
.rd-navbar-fixed .rd-navbar-nav li{
	border-bottom:1px solid #F4F4F4;	
}
.rd-navbar-fixed .rd-navbar-nav li li:last-child{
	border:none;	
}
.rd-navbar-fixed .rd-navbar-nav li li > a {
	font-size:14px;
}
.rd-navbar-subpanel{ position:relative; }
.rd-navbar-social-icon{
	position:absolute;
	right:0px;
	top:0px;
	
}
.rd-navbar-social-icon .social-list > li{
	margin-right:18px;
}
.rd-navbar-social-icon .social-list > li > a{
	display:block;	
	line-height:60px;
	font-size:24px;
	color:var( --quaternary-color );
	 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.rd-navbar-search-icon:hover{
	color:var( --primary-color );
	background: var( --quaternary-color );
}
/*--------------------------------------------------------------
	# Widgets
--------------------------------------------------------------*/


aside#secondary{
	display:block;
    position: relative;
    width: 100%;
	
}
.not-found p{
	margin-bottom:20px;
	clear:both;	
}
aside#secondary .widget{
    border: 1px solid rgba(0,0,0,0.1);
	display:block;
    padding:25px;
    width: 100%;
    margin-top: -1px;
	background:#FFF;
}
.widget-title,
.jeg_block_title{
	display:block;
	position:relative;
	padding-left:20px;
	margin-bottom:25px;
}
.widget-title::before,
.jeg_block_title::before {
    content: '';
    z-index: 1;
    opacity: 0.8;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 50%;
    background-color:var( --primary-color );
}
.widget-title::after,
.jeg_block_title::after {
    content: '';
    z-index:1;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 50%;
	margin-top:-9px;
    background-color:#F00;
}
.jeg_block_heading:after{
	background:none!important;	
}
#secondary .widget ul,
ul.popular_category_list{
	margin:0px;
	padding:0px;
	padding-left:0px;
}

#secondary .widget li,
ul.popular_category_list li{
	list-style:none;
	display:block;	
	border-bottom: solid 1px #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position:relative;
	
}
#secondary .widget li:last-child,
ul.popular_category_list li:last-child{
	border:none;	
}
.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-menu li a,
#secondary .widget li a{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: normal;
	display: block;
	color: #777;
	text-decoration:none;
  
} 

#secondary .widget li:hover{
	padding-left:10px;	
}

#secondary .post-date{
	display:block;
	text-align:right;
	font-size:11px;
	font-style:italic;
}

.widget_search{
    background-color: #f5f5f5;
}
.widget_search form {
	position:relative;
	overflow:hidden;
}
.widget_search .search-field,
.widget_search input[type=search]{
	margin-right:15px;
    height: 40px;
    line-height: 40px;
    border-radius: 33px;
    padding: 0 12px;
    border: 1px solid #dedede;
	font-weight:normal;
	width:100%;
	display:block;
}
.widget_search label{
	margin-bottom:0px;
	width:calc( 100% -60px );
	display:block;	
}


.widget_search .search-submit{
    margin-top: 0;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 0 33px 33px 0;
    text-transform: capitalize!important;
    cursor: pointer;
    padding: 0 13px;
    border:none;
}

/*--------------------------------------------------------------
	# Blog
--------------------------------------------------------------*/
#content article.inx-single-post{
	background:#fff;
	margin-bottom:50px;
	border-top-right-radius:7px;
	border-top-left-radius:7px;
	-moz-border-top-left-radius:7px;
	-moz-border-top-right-radius:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
}
#content .inx-single-post .img-box{
	display:block;
	overflow:hidden;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	position:relative;
	margin-bottom:30px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	-moz-border-bottom-left-radius:0px;
	-moz-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	overflow:hidden;
	
}
#content .inx-single-post.sidebar_style .img-box{
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	margin-top:15px;
	margin-left:20px;
}
#content .inx-single-post.sidebar_style_left .img-box{
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	margin-top:15px;
	margin-right:20px;
}

#content .inx-single-post .img-box i{
	position:absolute;
	right:20px;
	top:20px;
	padding:8px;
	font-size:30px;
	background: var( --primary-color );
	color:var( --quaternary-color );
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	z-index:99;
	
}
.inx-single-post .img-box .image-link{
	display:block;
	margin:0px;
	padding:0px;
}
#content .inx-single-post .img-box .image-link:before{
	content:"";
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	position:absolute;
	z-index:9;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#content .inx-single-post:hover .img-box .image-link:before{
	background-color: rgba( var( --opacity ), 0.5 );
}
#content .inx-single-post .entry-title a,
#content .inx-single-post .entry-title{
	color: var( --secondary-color );
	text-decoration:none;
	padding-bottom:20px;
}
#content .inx-single-post .entry-title a:hover,
#content .inx-single-post .entry-title a:focus,
#content .inx-single-post .entry-title a:active{
	color:var( --primary-color );
}
#content .inx-single-post .post-meta-wrap{
	display:table;
	margin-bottom:30px;
}
#content .inx-single-post ul.post-meta,
#content .inx-single-post ul.post-meta,
ul.inxgame-game-post-meta{
	margin:0px;
	padding:0px;
	list-style:none;
	display:table-cell;
	vertical-align:middle;
	
}
#content .inx-single-post ul.post-meta li,
ul.inxgame-game-post-meta li{
	display:inline-block;
	font-size:90%;
	padding-right:30px;
	position:relative;
	line-height:1;
}
#content .inx-single-post ul.post-meta li:after,
ul.inxgame-game-post-meta li:after{
	content:"|";
	position:absolute;
	top:0px;
	right:15px;	
}
#content .post-meta-wrap .tb-cell.avatar{
	padding-right:20px;	
}
#content .post-meta-wrap .avatar_round{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:60px;
	height:60px;
	overflow:hidden;
	display:block;
}
#content .inx-single-post ul.post-meta li.post-by{
	display:block;
	font-size:105%;
	font-weight:500;
	
}
#content .inx-single-post ul.post-meta li.post-by:after,
#content .inx-single-post ul.post-meta li:last-child:after,
ul.inxgame-game-post-meta li:last-child:after{
	display:none;	
}
#content .inx-single-post ul.post-meta li.post-by,
#content .inx-single-post ul.post-meta li:last-child{
	margin-right:0px;
}

#content .inx-single-post ul.post-meta li a{
	color: var( --primary-color );
}
#content .inx-single-post .post{
	padding:0px 25px 0px 25px;
}
#content .inx-single-post .post .content-wrap{
	padding-bottom:30px;
}
#content .inx-single-post .img-box figure{
	margin:0px;	
}
#content .inx-single-post.sidebar_style .post{
	padding:20px 20px 20px 0px;
}
#content .inx-single-post.sidebar_style_left .post{
	padding:20px 0px 20px 20px;
}
/*--------------------------------------------------------------
	# Footer
--------------------------------------------------------------*/
#colophon.site-footer{
	background:#000;
	color:#FFF;
	overflow:hidden;
}
#colophon.site-footer .footer_widget_wrap{
	border-bottom: dotted 1px rgba(255,255,255,.15);
}
#colophon.site-footer .widget{
	border-right: dotted 1px rgba(255,255,255,.15);
	padding:40px;
	padding-top:80px;
	padding-bottom:50px;	
}
#colophon.site-footer .widget-title{
	margin-bottom:25px;	
}
#colophon.site-footer .widget:last-child {
	border:none;
}
#colophon.site-footer .row.inx-flex{
	margin-left:-40px;
	margin-right:-40px;	
}
#colophon.site-footer .site_info{
	padding:60px 5%;	
}
#colophon.site-footer a{
	color:#f65002;	
}
#colophon.site-footer .social-list{
	float:right;	
}
#colophon.site-footer .social-list a{
	color:#FFF;
	text-decoration:none;
}
.social-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.social-list.size--big > li > a {
  width: 75px;
  font-size: 34px;
}
.social-list.text-center > li {
  margin: 5px;
}
.social-list > li {
  display: inline-block;
  margin-right: 30px;
}
.social-list > li > a {
  display: block;
  font-size: 28px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.dark-bg .social-list > li > a,
.colored-bg .social-list > li > a {
  color: #fff;
}
.social-list > li > a:hover {
  color: #00c3da;
}
.social-list > li > a i {
  line-height: inherit;
}
.social-list > li.social-item-facebook > a:hover,
#colophon.site-footer li.social-item-facebook > a:hover,
.social-list > li.social-item-facebook > a:focus,
#colophon.site-footer li.social-item-facebook > a:focus {
  color: #3b5998;
}
.social-list > li.social-item-twitter > a:hover,
#colophon.site-footer li.social-item-twitter > a:hover,
.social-list > li.social-item-twitter > a:focus,
#colophon.site-footer li.social-item-twitter > a:focus {
  color: #55acee;
}
.social-list > li.social-item-linkedin > a:hover,
#colophon.site-footer li.social-item-linkedin > a:hover,
.social-list > li.social-item-linkedin > a:focus,
#colophon.site-footer li.social-item-linkedin > a:focus  {
  color: #0077b5;
}
.social-list > li.social-item-instagram > a:hover,
#colophon.site-footer li.social-item-instagram > a:hover,
.social-list > li.social-item-instagram > a:focus,
#colophon.site-footer li.social-item-instagram > a:focus  {
  color: #3f729b;
}
.social-list > li.social-item-dribbble > a:hover,
#colophon.site-footer li.social-item-dribbble > a:hover,
.social-list > li.social-item-dribbble > a:focus,
#colophon.site-footer li.social-item-dribbble > a:focus  {
  color: #ea4c89;
}
.social-list > li.social-item-github > a:hover,
#colophon.site-footer li.social-item-github > a:hover,
.social-list > li.social-item-github > a:focus,
#colophon.site-footer li.social-item-github > a:focus {
  color: #333;
}
.social-list > li.social-item-flickr > a:hover,
#colophon.site-footer li.social-item-flickr > a:hover,
.social-list > li.social-item-flickr > a:focus,
#colophon.site-footer li.social-item-flickr > a:focus {
  color: #0063dc;
}
.social-list > li.social-item-pinterest > a:hover,
#colophon.site-footer li.social-item-pinterest > a:hover,
.social-list > li.social-item-pinterest > a:focus,
#colophon.site-footer li.social-item-pinterest > a:focus  {
  color: #bd081c;
}
.social-list > li.social-item-youtube > a:hover,
#colophon.site-footer li.social-item-youtube > a:hover,
.social-list > li.social-item-youtube > a:focus,
#colophon.site-footer li.social-item-youtube > a:focus {
  color: #cd201f;
}
.social-list > li.social-item-tumblr > a:hover,
#colophon.site-footer li.social-item-tumblr > a:hover,
.social-list > li.social-item-tumblr > a:focus,
#colophon.site-footer li.social-item-tumblr > a:focus {
  color: #35465c;
}
.social-list > li.social-item-snapchat > a:hover,
#colophon.site-footer li.social-item-snapchat > a:hover,
.social-list > li.social-item-snapchat > a:focus,
#colophon.site-footer li.social-item-snapchat > a:focus {
  color: #fffc00;
}


/*--------------------------------------------------------------
	# SINGLE POST NAVIGATION
--------------------------------------------------------------*/

.single-prev-next{
	background:#FFF;
	padding:25px;
	margin-bottom:50px;
}
.single-prev-next .align-right{
	text-align:right;	
}
.single-prev-next .col-md-6{
	position:relative;
}
.single-prev-next h5{
	margin-bottom:0px;
	color:#CCC;
	font-size:14px;
	font-weight:normal;
}
.single-prev-next img{
	-webkit-border-radius:50%;
	border-radius:50%;
	margin:0px auto;
	max-width:100%;
	height:auto;
}

/*--------------------------------------------------------------
	# COMMENT
--------------------------------------------------------------*/

.comments-area {
	background:#FFF;
	padding:25px;
}

ul.comment-list {
	display:block;
	margin:0px;
	padding:0px;
}
ul.comment-list li {
	margin:0px;
	list-style:none;
	clear:both;	
}
ul.comment-list li ul {
	margin-left:20px;
}
.comment-meta .single-comment img {width: 80px;height: 80px;border-radius: 50%;}
.comment-meta .single-comment .comment {
  width: calc(100% - 80px);
  padding-left: 20px;
  position: relative;
}
.comment-meta .single-comment .comment h6{
	margin-bottom:0px!important;	
}
.comment-meta .single-comment .comment h6 a {
  text-transform: uppercase;
  color: #313131;
  margin: 10px 0 8px 0;
}
.comment-meta .single-comment .comment .date {
  text-transform: uppercase;
  font-size: 12px;
}
.comment-meta .single-comment .comment-text {margin-top:10px;}
.comment-meta .single-comment {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position:relative;
}
.comment-meta .ellipse-left {
	 position:relative;
	
}
.comment-meta .single-comment.reply-comment {margin-left: 50px;}
.comment-meta .single-comment:last-child {
  margin: 0;
  padding: 0;
  border:none;
}
.comment-meta .single-comment .comment .reply {
  position: absolute;
  top:0;
  right: 0;


} 
.comment-meta .single-comment .comment .reply a{
	text-transform: uppercase;
	line-height: 24px;
	padding: 0 12px;
	background: #f7f7f7;
	font-size: 12px;
	color: #777;
	transition: all 0.3s ease-in-out;
	display:block;
	text-decoration:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.comment-meta .single-comment .comment .reply a:hover { color: #fff; background:var( --primary-color ); }
h4.comments-title{
	margin-bottom:30px;
		
}
.comment-form form input,
.content input {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  font-size: 15px;
  margin-bottom: 25px;
}
.comment-form form textarea,
.content textarea{
  width: 100%;
  max-width: 100%;
  height: 175px;
  max-height: 175px;
  padding: 15px;
  margin-bottom: 25px;
  font-size: 15px;
}

.comment-form .col-xl-4{
	position:relative;	
}
.comment-form .col-xl-4 span.required{
	position:absolute;
	right:30px;
	top:15px;
	color:#F00;
}
.form-allowed-tags div.text-wrp {
	font-size:14px;
	font-style:italic;
	margin-bottom:20px;
}
.comment-notes {
	padding-top:15px;
	padding-bottom:15px;
}

.comment-form input[type="checkbox"],
.content input[type="checkbox"]{
    border-radius: 2px;
    background: #DADADA;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: -3px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    -webkit-appearance: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
	margin-right:10px;
	
}
.comment-form input[type="checkbox"]:checked,
.content input[type="checkbox"]:checked {
    background: var(--p-color);
}
.comment-form input[type="checkbox"]:before,
.content input[type="checkbox"]:before{
	opacity:0;
}
.comment-form input[type="checkbox"]:checked::before,
.content input[type="checkbox"]:checked::before{
    float: left;
    color: #fff;
    font-size:14px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin-top: 10px;
    margin-left: 2px;
	font-family: 'IcoFont';
	font-weight:normal;
    content: "\f00e";
    speak: none;
    -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	opacity:1;
}
.form-submit{
	margin-left:15px;
	margin-bottom:0px;	
}
.comment-form input[type="checkbox"]:checked, .content input[type="checkbox"]:checked {
    background:#1ed373;
}


#content .inx-single-post .post.search-page{
	padding-top:30px;	
}
/*--------------------------------------------------------------
	# 404 page
--------------------------------------------------------------*/
.error-404{
	background:url(assets/image/404.gif) no-repeat center -130px #fff;
	padding:15vh;
	background-size:cover;
	-webkit-background-size:cover;
	margin:0px auto;
	text-align:center;
}
.error-404 .page-header{
	padding-top:350px;	
}
.error-404 .search-form label{
	width:400px;	
}
.error-404 .search-form input[type='search']{
	width: 100%;
	max-width: 100%;
	padding: 15px;
	font-size: 15px;
	color:#666;
	border: 1px solid#ccc;
	border-radius: 3px;
	padding:12px;
	display:block;
}
.error-404 input.search-submit{
	padding: 15px 30px;
	margin-left:-7px;
	font-size:16px;
	
}
.error-404 input.search-submit:hover{
	background:#FFF;	
}
.inx-header-block{
	background:#FFF;
	padding:30px;
	margin-bottom:50px;	
}

/* ============================================================== 
     # Gallery
=================================================================== */

.owlGallery,
.inx-post-owlcarousel{
	display:block;
	overflow:hidden;
	position:relative;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}
.inx-post-owlcarousel .owl-item,
.owlGallery .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.inx-post-owlcarousel .owl-prev,
.inx-post-owlcarousel .owl-next{
	position:absolute;
	z-index:999;
	left:0px;
	top:30%;
	margin-top:-20px;
}
.inx-post-owlcarousel .owl-next{
	right:0px;
	left:auto;	
}

.owlGallery .owl-item figure.gallery-item{
	margin:0px;
	width:100%!important;
	max-width:100%!important;
}
.owlGallery .owl-item img{
	width:100%;
	display:block;	
}
.owlGallery .owl-nav{
	display:none;
}

.gallery {
	margin-bottom: 1.5em;
	margin:0px -15px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding:0px 13px;
	
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
	clear:both;
}
/*----------------------------------------
	#Breadcrumb
-----------------------------------------*/
ul.inx-breadcrumbs{
	margin-bottom:0px;
	padding:0px;	
}
.inx-breadcrumbs-wrap {
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.08);
    box-shadow: 0px 1px 1px 
    rgba(0,0,0,0.08);
	padding:15px 0px;
	text-align:right;
}
.inx-breadcrumbs-wrap li {
    display: inline-block;
	font-size:90%;
	padding:0px 16px;
	margin:0px;
	position:relative;
}
.inx-breadcrumbs-wrap li:after{
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
   content: "\eaca";
  font-size:20px;
  position:absolute;
  right:-10px;
  top:3px;
  
}
.inx-breadcrumbs-wrap li:last-child:after{
	display:none;	
}



a.ui-to-top {
    position: fixed;
    bottom: 20px;
    transition: .3s all ease;
    z-index: 99;
	right:20px;
    padding-right: 30px;
    color:#1f1f1f;
	font-size:60px;
	cursor:pointer;
	opacity:0;
	-webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  
}
a.ui-to-top:hover{
	color:var( --primary-color );
}

element {

}
a.ui-to-top.active {

    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;

}

/*------------------------
	# Custom widgets
---------------------------*/

ul.inx-recent-posts{
	margin:0px;
	padding:0px;
}
ul.inx-recent-posts li,
#secondary ul.inx-recent-posts li{
	vertical-align:top;	
	list-style: none;
	display: block;
	
	padding-top: 15px;
	padding-bottom: 15px;
	
}
#secondary ul.inx-recent-posts li:hover{
	padding-left:0px;	
}
ul.inx-recent-posts img{
	max-width:60px;
	float:left;
}
ul.inx-recent-posts .inx-recent-text{
	width:calc( 100% - 80px );
	float:right;
}


.inx-post-carousel-widgets{
	display:block;
	overflow:hidden;
}
.inx-post-carousel-widgets .owl-item {
	float:left;
}

.inx-post-carousel-widgets .owl-item img{
	width:100%;
	display:block;
	margin-bottom:30px;
}
.inx-widgets-carousel-item{
	padding:15px;	
}
.inx-post-carousel-widgets button{
	display:inline-block;
	font-size:20px;
	line-height:normal;
}
.inx-post-carousel-widgets button span{
	margin-top:-2px;	
}


/*--------------------------------------------------------------
*  Style Button 
--------------------------------------------------------------*/
.navigation.posts-navigation{
	position:relative;
	
}
.navigation.posts-navigation a{
	border-radius: 4px;
	border: 1px solid var( --primary-color );
	color: var( --primary-color );
	display: inline-block;
	margin: 0 .25em;
	overflow: hidden;
	padding: 14px 50px 14px 16px;
	position: relative;
	text-decoration: none;
	line-height: 1;
	
	background:var( --quaternary-color );
	
}
.navigation.posts-navigation a{
	width:240px;
	text-transform:uppercase;
	float:right;
	margin-bottom:2.5rem;
	
}
.navigation.posts-navigation .btn-wrap{
	font-size: 1em;
	line-height: 1.2;
	padding: 0 10px;
	position: relative;
	right: 0;
	transition: right 300ms ease;
	display: block;
	text-align: left;
}
.navigation.posts-navigation .icon {
	border-left: 1px solid var( --primary-color );
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transition: all 300ms ease;
	transform: translateY(-50%);
	width: 58px;
	height: 70%;
	font-size:25px;
}
.navigation.posts-navigation .icon i {
	color: var( --primary-color );
	display:block;
	margin-top:3px;
	line-height:30px;
}
.navigation.posts-navigation a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: var( --quaternary-color );
	opacity: 0;
	transition: opacity 300ms ease;
}
.navigation.posts-navigation a:hover .btn-wrap,
.navigation.posts-navigation a:focus .btn-wrap {
	right: 110%;
}
.navigation.posts-navigation a:hover .icon,
.navigation.posts-navigation a:focus .icon  {
	border-left: 0;
	font-size: 2.8em;
	width: 100%;
}
.navigation.posts-navigation a:hover:after,
.navigation.posts-navigation a:focus:after  {
	opacity: .2;
}
.navigation.posts-navigation .nav-previous a{
	float:left;	
	padding: 14px 16px 14px 60px;
}
.navigation.posts-navigation .nav-previous a .icon{
	right:auto;
	left:0px;
	border:none;
	border-right: 1px solid var( --primary-color );
}
.navigation.posts-navigation .nav-previous a:hover .icon,
.navigation.posts-navigation .nav-previous a:focus .icon{
	border:none;
}

.navigation.posts-navigation .nav-previous a .btn-wrap{
	font-size: 1em;
	line-height: 1.2;
	padding: 0 10px;
	position: relative;
	left: 0;
	transition: left 300ms ease;
	display: block;
	text-align: right;
}
.navigation.posts-navigation .nav-previous a:hover .btn-wrap,
.navigation.posts-navigation .nav-previous a:focus .btn-wrap{
	right:auto;
	left:110%;
}



.pagination-custom .navigation .nav-links{
	display:block;
	padding-top:20px;
	width:100%;	
}
.pagination-custom .navigation ul{
	border:none;
	text-align:center;
}
.pagination-custom .navigation ul.page-numbers li{
	border:none;
	display:inline-block;
	vertical-align:top;
	float:none;
}
.pagination-custom .navigation ul.page-numbers li a, .pagination-custom .navigation ul.page-numbers li span {
	padding:12px 15px;
	min-width:50px;
	display:block;
	font-size: 20px;
	font-weight: 500;
	color: var( --primary-color ); 
	border: solid 1px var( --primary-color ); 
	text-align: center;
	line-height:24px;
	-webkit-border-radius:0px;
	border-radius:0px;
	float:none;
	text-transform:uppercase;
	
}
.pagination-custom .navigation ul.page-numbers li a:after{
	display:none;	
}
.pagination-custom .navigation ul.page-numbers li a:focus, .pagination-custom .navigation ul.page-numbers a:hover, .pagination-custom .navigation ul.page-numbers span.current {
    background: var( --primary-color );
    color: #fff!important;
	border: solid 1px var( --primary-color ); 
}

/*------------------------
	# Responsive
---------------------------*/
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	body{
		font-size:90%;	
	}
	.rd-navbar-social-icon{
		display:none;	
	}
	#colophon.site-footer .social-list{
		float:none;
		text-align:center;
		margin-top:50px;
	}
	#colophon.site-footer .site_info{
		text-align:center;	
	}
}



.casions-wrap{
	display:block;
	background:#FFF;
	padding: 25px;
	margin-bottom: 50px;
}

/*------------------------
	# casions-common-style
---------------------------*/
.casions-info-box-wrap{
	line-height:1.4;	
}

.casions-heading{
	padding-top:10px;
}
.casions-common-style .casions-img{
	display:block;
	margin-bottom:20px;
}
.casions-common-style .casions-sub-heading{
	color:#7f8c8d;
	display:block;
	
}
.casions-common-style  ul.casions-heading-features{
	display:block;
	padding:0px;
	margin:0px;
}
.casions-common-style  ul.casions-heading-features li{
    padding: 5px 0 1px 0px;
    font-weight: 400;
    font-size: 0.80em;
    line-height: 1.45em;
    color: var( --secondary-color );
	position:relative;
	list-style:none;
	padding-left:10px;
}
.casions-common-style  ul.casions-heading-features li i{
	color:var(  --primary-color );
	font-size:1.3em;
	margin-bottom:-1px;
}
.casions-package-wrap {
    background-color: #f1f3f4;
    border-radius: 5px;
    padding: 25px;
    margin-top: 45px;
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color:#7f8c8d;
}
.casions-package-wrap .package-heading-wrap{
	padding-bottom:10px;
	font-size: 1.25em;
	color: var( --secondary-color );
}
.casions-package-wrap h2.package-heading,
.casions-package-wrap h6{
	margin-bottom:0px;	
}
.casions-btn-wrap .theme-btn{
	display:block;
	margin-bottom:10px;
}

.casions-features-details .col-12{
	padding-top:25px;
	padding-bottom:25px;
}
.casions-features-details .tag-list-style{
	display: inline-block;
    color: #2e3246;
    font-size: 1em;
    line-height: 1.333em;
    padding: 5px 20px 6px;
    margin-right: 4px;
    margin-bottom: 8px;
    border-radius: 16px;
    background-color: #f1f3f4;
}

.inx-casino-rating-wrap{
	display:block;
	padding: 100px 30px 20px;
	background-color:#f1f3f4;
	border-radius: 5px;
	position:relative;
	text-align:center;
	position:relative;
	margin-top:80px;
	  
}
.inx-casino-rating-wrap .casions-rating-img-wrap{
	position:absolute;
	top:-50px;
	width:120px;
	height:120px;
	border:10px solid #fff;
	border-radius:50%;
	overflow:hidden;
	left:50%;
	margin-left:-60px;
	box-shadow: 0 0px 3px rgba(0,0,0,0.2);
	
}
.inx-casino-rating-wrap .casions-rating-img-wrap img{
	height:100%;
	width:100%;
	max-width:none;
	
	
}
.inx-casino-rating-wrap .icofont-star,
.inx-total-rating .icofont-star{
	color:#D1D1D1;
	font-size:26px;
	margin:2px;
	position:relative;
}
.inx-casino-rating-wrap .icofont-star.active,
.inx-total-rating .icofont-star.active{
	color:#F5A12A !important	
}
.inx-casino-rating-wrap .col-md-6{
	padding-bottom:30px;	
}
.inx-total-rating .icofont-star.percent-active::after {
    content: "\f000";
	position:absolute;

	z-index:9;
	left:0px;
	top:1px;
	overflow:hidden;
	color:#F5A12A  !important	
}
.inx-total-rating .icofont-star.percent-active.active-50::after, {
	width:50%;	
}
.inx-total-rating .icofont-star.percent-active.active-75::after {
	width:70%;	
}
.inx-total-rating .icofont-star.percent-active.active-25::after {
	width:30%;	
}

.inx-casino-rating-wrap .inx-total-rating {
	display: inline-block;
	background-color: #fff;
	border-radius: 25px;
	padding: 10px 25px 8px 25px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
	margin-bottom:50px;
}
.inx-game-vote-wrap{
	padding-top:20px;	
}
.inx-game-vote-wrap .recommended{
	padding-bottom:5px;	
}

.inx-game-vote-wrap img{
	display:block;
	cursor:pointer;
}
.inx-game-vote-wrap img.display-none{
	display:none;	
}

.inx-game-vote-wrap img.display-none.voted_the_post{
	display:block;	
}
.inx-game-vote-wrap img.inx-vote-ajax-fire.voted_the_post{
	display:none;	
}
.inx-game-vote-wrap .inx-upvote-wrap,
.inx-game-vote-wrap .inx-downvote-wrap{
	display:inline-block;
	vertical-align:top;
	width:35px;
	text-align:center;
	padding-top:10px;
}



.inx-casino-style-2-calltoaction-wrap {
    background-color: #f1f3f4;
    border-radius: 5px;
    padding: 35px 30px 25px 30px;
	margin-top:50px;
}
.inx-casino-style-2-calltoaction-wrap .package-information,
.inx-casino-style-2-calltoaction-wrap .package-before,
.inx-casino-style-2-calltoaction-wrap .casions-btn-wrap{
	
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color:#7f8c8d;
}
.inx-game-vote-wrap {
	font-weight: 400;
	font-size: 0.75em;
	line-height: 1.45em;
	color:#7f8c8d;
	display:block;
	text-align:center;
}
.inx-casino-style-2-calltoaction-wrap h2.package-heading{
	margin-left:-2px;	
}
.inx-casino-style-2-calltoaction-wrap .casions-btn-wrap{
	text-align:center;	
}
.inx-casino-style-2-calltoaction-wrap .inx-casino-rating-wrap{
	padding:0px;
	margin:0px;
	text-align:left;
	
}
.inx-casino-style-2-calltoaction-wrap  .inx-casino-rating-wrap .col-md-6{
	padding-top:10px;
	padding-bottom:10px;	
}
.inx-casino-style-2-calltoaction-wrap  .col-md-4{
	text-align:center;
}
.inx-casino-style-2-calltoaction-wrap .display-4{
	display:block;
	font-weight:bold;	
}
.inxgame-casino-header{
    background-color: #fff;
	padding:4rem 0px;
	
}

.inxgame-casino-header .casions-img{
	margin-right:40px;
	max-width:180px;
	height:auto;
}
.inxgame-casino-header.casions-common-style ul.casions-heading-features li{
	margin-left:0px;
	padding-left:0px;	
}
.btn.btn-lg{
	padding:11px 24px;	
}

.inxgame-casino-header .casions-btn-wrap {
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #7f8c8d;
	text-align:center;
	padding-left:2rem;
}
.inxgame-casino-header .voting-info {
	 font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #7f8c8d;
	text-align:center;
}
.inxgame-casino-header .btn{
	margin-top:0px;	
}

/*------------------------
	# inxgame-gameplay-part
---------------------------*/

.inxgame-gameplay-part{
	background: #000;
	margin-bottom:50px;
}
.inxgame-gameplay-part.padding-bottom{
	margin-bottom:0px;
}
.header-game-ads{
	margin-bottom:50px;
}
#inxgame-palyer-wrap{
	display:block;
	position:relative;
	padding-left:30px;
	
}
#inxgame-palyer-wrap .game-sidebar{
	background: #363636;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0;
	overflow: visible;
	z-index:9;
}
#inxgame-palyer-wrap .game-sidebar ul{
	margin:0px;
	padding:0px;
	margin-top:10px;
}
#inxgame-palyer-wrap .game-sidebar li{
	display:block;
	margin:0px;
	padding:0px;
	text-align:center;
	padding:5px 8px;
	
	
}
#inxgame-palyer-wrap .game-sidebar a{
	padding:8px 8px;
	font-size:1.4rem;
	color:#FFF;
	line-height:1;
	display:block;
	border-radius:5px;
}
#inxgame-palyer-wrap .game-sidebar a:hover{
	background: #4a4a4a;
}
#inxgame-palyer-wrap .game-full-screen{
	position:absolute;
	left:8px;
	bottom:10px;	
}

#inxgame-palyer-wrap.actived-fullscreen-view{
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	z-index:999;
	background: #000;	
}
#inxgame-palyer-wrap .inxgame-player-footer{
	background: #363636;
	position: absolute;
	top:auto;
	left: 0;
	right:0px;
	width:100%;
	padding: 0;
	color:#FFF;
	z-index:8;
	height:50px;
	bottom:0px;
	text-align:right;
}
.inxgame-game-play-content{
	background:#fff;
	margin-bottom:50px;
	border-top-right-radius:7px;
	border-top-left-radius:7px;
	-moz-border-top-left-radius:7px;
	-moz-border-top-right-radius:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	overflow:hidden;
}
.inxgame-header-part{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfff9+0,f4f4f4+100 */
	background: #fcfff9; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfff9 0%, #f4f4f4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fcfff9 0%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fcfff9 0%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff9', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	padding: 25px 25px 25px 25px;
	
}
.inxgame-game-cat,
.inxgame-game-content{
	padding:15px 25px 15px 25px;
	border-bottom:1px solid #f4f4f4;
}

.inxgame-header-part img{
	max-width:80px;
	height:auto;
	max-height:100%;
	margin-right:20px;
}
.inx-game-term{
	display:inline-block;
	padding:2px 10px 4px 10px;
	margin:2px 5px;
	background:#CCC;
	-webkit-border-radius:20px;	
	border-radius:20px;
}
.inx-game-term img{
	max-width:25px;
	height:auto;
	-webkit-border-radius:50%;	
	border-radius:50%;
	margin:0px;
	margin-left:-4px;
}
.inx-game-term:hover{
	background:var( --primary-color );
	color:#FFF;
}
#inxgame-video-instructions{
	padding-top:30px;	
}
#inxgame-playing-instructions ul{
	margin:0px;
	padding:0px;
	padding-left:15px;
}
#inxgame-playing-instructions li{
	list-style:none;
	position:relative;
	padding-left:15px;
	padding-bottom:5px;	
}
#inxgame-playing-instructions li:before{
	font-family: "IcoFont";
	font-weight: normal;
	font-style: "Regular";
	src: url("./fonts/icofont.woff2") format("woff2"),
	url("./fonts/icofont.woff") format("woff");
	content: "\ea2f";
	font-size:12px;
	position:absolute;
	left:-5px;
	top:3px;
	color:var( --primary-color );
}
#inxgame-authors-details{
	padding-top:30px;
}
#inxgame-authors-details .authors-details{
	padding-left:20px;
	display:block;
	
}
/*------------------------
	# Coupon
---------------------------*/

.inxgame-coupon-brand{
	display: block;	
	border: 1px solid rgba(0,0,0,0.1);
	display: block;
	padding: 30px;
	width: 100%;
	margin-top: -1px;
	background:#FFF;
}
.inxgame-coupon-list{
	-webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	background:#FFF;
	margin-bottom:30px;
	padding:10px;
	position:relative;
}

.inxgame-coupon-list.ajax:after{
	background:url(assets/image/ajax-loader.gif);
	width:220px;
	height:19px;
	position:absolute;
	content:"";
	right:10px;
	top:50%;
	
}
.coupon-btn{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	position: relative;
	width: 180px;
	height: 45px;
	padding: 0 10px 0 0;
	cursor: pointer;
	text-align: right;
	color:var( --primary-color );
	border: 1px dashed var( --primary-color );
	border-radius: 3px;
	background:none;
	display:block;
	margin:0 auto;
}
.coupon-btn:hover{
	background-color:var( --primary-color );
	color:var( --quaternary-color );
}
.offer-wrap{
	border: 1px dashed #e7e7e7;
	font-family: 'Righteous', Helvetica, Arial, sans-serif;
	text-align:center;
	line-height:1.2;
	overflow:hidden;
}

.elementor .offer-wrap img{
	height:auto;
	max-width:90%;
	height:120px;
}
.offer-wrap .value{
	display:block;
	font-size: 26px;	
}
.offer-wrap .offer{
	padding:12px 5px;
	border-bottom:1px dashed #e7e7e7;
	color:#F00;
}
.offer-wrap img{
	max-width:50%;
	margin:5%;
}
.offer-verified{
	display:inline-block;
	padding-bottom:10px;
	color: #28a745 !important;
	font-size:14px;
	margin-right:30px;
}
.offer-verified i,
.offer-expire-date i{
	margin-right:7px;	
}
.offer-expire-date{
	display:inline-block;
	padding-bottom:8px;
	color:#BCBCBC;
	font-size:14px;
}
.coupons-short-description ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.coupons-short-description li{
	position:relative;
	padding-left:25px;	
}
.coupons-short-description li:before{
	position:absolute;
	left:0px;
	top:9px;
	font-family: 'IcoFont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	content: "\ef78";
	font-size:12px;
}
.inxgame-coupon-brand{
	text-align:center;
	
}
h1.coupon-heading{
	font-size:1.5rem;
	padding:25px 0px 15px 0px;
}
.inxgame-coupon-brand .archive-description{
	color:#9B9B9B;
	font-size:0.9rem;
	line-height:1.4rem;
}
.inxgame-coupon-brand  .icofont-external-link{
	margin-right:10px;	
}
.inxgame-rating-wrap{
	display:block;
	padding-bottom:15px;
	text-align:center;
	padding:10px 0px 15px 0px;

}
.inxgame-rating-wrap i{
	color:#CCCCCC;
	font-size:28px;
}
.inxgame-rating-info{
	color:#8a8a8a;
	font-size:12px;
}
.inxgame-rating-wrap .btn-rate {
    display: block;
    font-size: 14px;
    width: 72px;
    height: 1.5rem;
    background-color:#fef5e2;
	color #faaf19;
    border: none;
    margin: .5rem auto 1rem;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	-webkit-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
}
.inx-game-modal{
	text-align:center;
	border-top:4px solid var( --primary-color );
}
.inx-game-modal .close{	
	padding: 1rem 1rem;
	display:inline-block;
	margin-left:auto;
	margin-right:0px;
	margin-top:0px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:9999;
}
.inx-game-modal .stars img{
	max-width:45px;
	cursor:pointer;
	margin:2px;	
}
.inxgame-str-rate-message{
	text-align:center;
	display:block;
	font-size:1.3rem;
	font-family:'Righteous', sans-serif;	
}

.readable-coupons-code{
	max-width:500px;
	display:block;
	clear:both;
	margin:50px auto 0px auto;	
}
.readable-coupons-code button.btn{
	margin:0px;
	border-top-right-radius: 0.3rem!important;
	border-bottom-right-radius: 0.3rem!important;
	
}
.readable-coupons-code .form-control{
	border:1px solid var( --primary-color );
	border-right:0px!important;
	padding:12px;
	height: auto;
}

.readable-coupons-code .form-control:focus {
    box-shadow:none!important;
	
}
.readable-coupons-code .extranl-btn-link{
	padding:12px;
	height: auto;
	margin-top:25px;
}
.inxgame-rating-header{
	padding-top:50px;	
}

.modal-instructions{
	padding-top:30px;
	font-size:12px;	
}
.inxgame-ajax-loader{
	display:none;
}
/*------------------------
	# inxgame-casino-archive-grids
---------------------------*/


.inxgame-casino-archive-grids,
.inxgame-game-grids,
.game-list-archive{
	display:block;
	background:#FFF;
	position: relative;
	text-align:left;
	background: #fff;
	  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	border:1px solid #FFF;
	-webkit-border-radius:3px;
	font-family:"K2D", sans-serif;
	 -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding:15px;
	
	line-height:1.5;

}
.inxgame-casino-archive-grids,
.inxgame-game-grids{
	margin-bottom:30px;	
}
.inxgame-casino-archive-grids:hover,
.inxgame-game-grids:hover,
.game-list-archive:hover{
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}
.inxgame-casino-archive-grids.default img{
	max-width:25%!important;
	height:auto;
	margin-right:5%!important;
}
.inxgame-casino-archive-grids .inx-total-rating .icofont-star{
	font-size:18px;
	margin:0px;
}
.inxgame-casino-archive-grids h3.casions-arch-heading{
	font-size:1.2rem;
}
.inxgame-casino-archive-grids  .casions-arch-wrap{
	width:70%;
	padding-top:5px;
}
.casions-archive-content{
	color:var( --secondary-helper-color );
	padding-top:15px;
}
.casions-archive-content ul.casions-heading-features{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:0.9rem;
	padding-top:10px;	
}
.casions-archive-btn-wrap{
	padding-top:15px!important;
	margin-top:20px;
	
}
.inxgame-casino-archive-grids.image-block img{
	width:100%;
	height:auto;	
}
.casions-archive-btn-wrap .btn{
	margin-top:0px;
	width:46%;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:1px;
}
#content .inx-single-post .casions-archive-btn-wrap .btn.btn-sm {
	padding: 7px 15px;
	margin-top:0px;
}
.inx-md-r-10{
	margin-right:6%;
}
.inxgame-casino-archive-grids.image-block{
	text-align:center;
	padding:0px;
	overflow:hidden;
	margin-bottom:30px;
}
.inxgame-casino-archive-grids.image-top{
	text-align:center;
}
.inxgame-casino-archive-grids.image-block img,
.inxgame-casino-archive-grids.image-top img,
.inxgame-casino-archive-grids.casino-archive-list img{
	max-width:100%;
	height:auto;
	margin-right:0%!important;
	margin-bottom:20px;
	
}
.inxgame-casino-archive-grids.image-block .casions-arch-heading,
.inxgame-casino-archive-grids.image-block .casions-archive-content,
.inxgame-casino-archive-grids.image-block .casions-archive-btn-wrap{
	padding:10px 15px;
}
.inxgame-casino-archive-grids.casino-archive-list,
.game-list-archive{
	text-align:left;
	margin-bottom:50px;
	
}
.inxgame-casino-archive-grids.casino-archive-list .casions-sub-heading,
.inxgame-casino-archive-grids.casino-archive-list .casions-heading-features{
	color:var( --secondary-helper-color );	
}
.inxgame-casino-archive-grids.casino-archive-list ul{
	list-style:none;
	padding:0px;
	padding-top:5px;
}
.inxgame-casino-archive-grids.casino-archive-list .btn{
	width:46%;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	letter-spacing:1px;
}
.inxgame-game-grids{
	padding:0px;
	overflow:hidden;
}
.inxgame-game-grids img{
	width:100%;
	height:auto;	
	margin-bottom:20px;
}
.inxgame-game-grids .box{
	padding:15px;
	text-align:center;
}
.inxgame-game-grids .box .box-desc{
	color:var( --secondary-helper-color );
	padding:10px 0px;
}
.inxgame-game-grids .box .btn{
	
	width:70%;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:1px;
	padding:12px 25px;
}
.inxgame-coupon-center{
	display:block;
	padding:15px;
	text-align:center;	
}
.btn.btn-center,
.coupon-btn.btn-center{
	display:block;
	margin-left:auto;
	margin-right:auto
}
.inx-hero-block{
	background-color:#FFF;
	padding:60px 0px;
	border-bottom:1px solid #f6f7f9;
}
.inx-hero-block h1{
    font-weight: 700;
    font-size: 2.8rem;
    color:  #151515;
}
.inx-hero-block .inx-breadcrumbs-wrap{
	text-align:left;
	border:none;
	padding-bottom:0px;	
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.inx-hero-block .inx-breadcrumbs-wrap ul{
	margin:0px;
	padding:0px;
	border:none;
	margin-left:-10px;	
}
/*
* -------------------------------------------------------------
*     Single Posts Share
* -------------------------------------------------------------
*/

.pure-button {
    background-color: #e6e6e6;
    border: 0 none rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.8);
    font-family: inherit;
    font-size:12px;
    padding: 0.7em 1.3em;
    text-decoration: none;
	margin-bottom:3px;
	
}
.pure-button {
    -moz-user-select: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.pure-button i{
	font-size:16px;	
}
.button-twitter,
.button-facebook,
.button-google-plus,
.button-stumbleupon,
.button-linkedin {
  color:#FFF!important;
}
.button-twitter {
  	background: #00acee;
}
.button-facebook {
 	 background: #3b5998;
}
.button-google-plus {
  	background: #e93f2e;
}
.button-stumbleupon {
 	 background: #f74425;
}
.button-linkedin {
 	 background: #0e76a8;
}

.pure-button-hover, .pure-button:hover, .pure-button:focus {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.1));
}

.share-box{
	padding-bottom:30px;
}
.casions-wrap .share-box{
	padding-top:40px;
	padding-bottom:0px;
}
/*==========================================================
# Tag
===========================================================*/ 
.tags_wrp{
	display:block;
	padding-top:25px;
}
.tags_wrp a{
	font-family: inherit;
	text-decoration: none;
	display:inline-block;
	color: var( --secondary-color )!important;
	margin:3px 5px;
	margin-left:10px;
}
.tags_wrp a i{
	margin-right:5px;
	display:inline-block;	
}
.tags_wrp a:hover{
	color: var( --primary-color )!important;
}
.tags_wrp .edit-link{
	float:right;	
}
.tags_wrp ul{
	margin:0px;
	padding:0px;
	float:left;	
}
.tags_wrp li{
	list-style:none;
	display:inline-block;	
}
.tag > li span {
    display: inline-block;
    padding:5px 9px;
    text-transform: capitalize;
    border-radius: 50%;
    margin-right: 4px;
	background: #37BF91;
    font-style: italic;
    color: #fff;
	
}
.related_post_heading{
	display:block;
	padding-bottom:30px;	
}
.inxgame-before-ads{
	display:block;
	margin-bottom:50px;
	text-align:center;	
	max-width:100%;
	overflow:hidden;
}
.inxgame-after-ads{
	display:block;
	margin-top:50px;
	text-align:center;
	clear:both;
	max-width:100%;
	overflow:hidden;
}
.inxgame-after-ads.single-post-ads{
	margin-top:0px;
	margin-bottom:50px;
}
.inx-widgets-post{
	position:relative;
	overflow:hidden;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:40px;	
}
.inx-widgets-post .link-wrap{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0;
	z-index:9;
	
}
.inx-widgets-post:after{
	content:"";
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0;
	z-index:1;
	background:rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.inx-widgets-post:hover:after{
	background:rgba(0,0,0,0.5);
}
#content .inx-widgets-post .img-box{
	margin-bottom:0px;	
}
.inx-overlay-content,
.inx-widgets-post .timewrap{
	position:absolute;
	left:30px;
	right:30px;
	z-index:8;
	bottom:30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.inx-widgets-post .view_count{
	float:right;
}
.inx-widgets-post .timewrap{
	bottom:auto;
	top:-30px;
	font-size:14px;
	color:var( --quaternary-color );
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.inx-widgets-post .timewrap i{
	margin-right:5px;
	font-size:14px;	
}
.inx-widgets-post:hover .timewrap{
	top:20px;
}
.inx-widgets-post:hover .inx-overlay-content{
	bottom:40px;
}
.inx-overlay-content .inxgame-widgets-heading{
	color:var( --quaternary-color );
}
.inx-overlay-content .inx-widget-cat{
	display:inline-block;
	background:var(  --primary-color );
	color:var( --quaternary-color )!important;
	padding:0px 10px;
	margin-bottom:10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.space-news-7-item-ins:hover .space-overlay {
    background: rgba(0,0,0,0.5);
}

#content .inx-single-post .inx_widgets_post_grid .img-box{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;	
	border-radius:5px;
}
#content .inx-single-post .inx_widgets_post_grid .post{
	padding-left:0px;
	padding-right:0px;
	padding-bottom:15px;
}
#content .inx-single-post .inx_widgets_post_grid .post.show{
	padding-left:15px;
	padding-right:15px;
}
.inx_widgets_post_grid .timewrap{
	font-size:14px;
	padding-bottom:15px;
}
.inx_widgets_post_grid .inx-grid-heading{
	display:block;
	padding-bottom:20px;	
}
.inx_widgets_post_grid .timewrap i{
	margin-right:5px;	
}
.inx_widgets_post_grid .pull-right span{
	margin-right:15px;	
}
.inx-news-style-2,
.inx-news-style-3{
	padding-bottom:30px;
	text-align:left;
	
}
#content .inx-single-post .post .inx-news-style-2  a,
#content .inx-single-post .post .inx-news-style-3  a{
	font-size:16px;
	word-spacing:2px;
	color:var( --secondary-color );	
}
#content .inx-single-post .post .inx-news-style-2  a:hover,
#content .inx-single-post .post .inx-news-style-3  a:hover{
	color:var( --primary-color )!important;
}
.inx-news-style-2 .timewrap,
.inx-news-style-3 .timewrap{
	font-size:13px;
	padding-top:10px;	
	font-weight: 400;
    color: #7f8c8d;
}
.inx-news-style-2 .timewrap span,
.inx-news-style-2 .timewrap time,
.inx-news-style-3 .timewrap span,
.inx-news-style-3 .timewrap time{
    display: inline-block;
    margin-right: 15px;
}
.inx-news-style-2 .timewrap span i,
.inx-news-style-3 .timewrap span i,
.inx-news-style-2 .timewrap time i,
.inx-news-style-3 .timewrap time i{
	margin-right:5px;	
}
.inxgame-game-grids .inxgame-rating-wrap .btn-rate,
.inxgame-game-grids .inxgame-rating-wrap span{
	display:none!important;	
}

.inx_top_bar{
	display:block;
	background:#CCC;
}
.breakingNews>.bn-title{
	background: var(  --primary-color );
}

.alignleft{
	float:left;
}
.alignright{
	float:right;
}

ul.footer-info {
  padding: 0;
  margin-bottom: 40px;
}
ul.footer-info li {
  color: #cccccc;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-weight: 400;
}
ul.footer-info li:last-child {
  margin-bottom: 0;
}
ul.footer-info li i {
  margin-right: 15px;
  font-size: 18px;
}
ul.footer-info li i.fa-home {
  color: #f45946;
}
ul.footer-info li i.fa-phone {
  color: #3fa4f3;
}
ul.footer-info li i.fa-envelope {
  color: #04aea0;
}
.wpmi-list li.wpmi-item{
	max-width:31%;
	padding:1%;	
}
.inx_arch_play{
	position:absolute;
	top:20px;
	right:20px;
	background:#FFF;
	font-size:12px;
	padding:2px 8px;
	-webkit-border-radius:3px;	
	border-radius:3px;
}

body.game-template-default .related_post_warp {
	margin-bottom:50px;
}
.ata-section-title .be-heading .theme-color{
	color:var(  --primary-color ) !important;	
}
.elementor-section.elementor-section-stretched  .elementor-container{
	padding: 0 5%!important;	
}

/*-------------------------------------------------------------- */
/*  Search Category
/*-------------------------------------------------------------- */
#search-category {
    overflow: hidden;
	padding:25px 0px;
	text-align:right;
	
}
.search-box {
    border: 1px solid #e2e1e6;
    position: relative;
    width: 100%;
    z-index: 100;
	display:block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#FFF;
	max-width:600px;
	float:right;
}
.search-cat {
    background: transparent url("assets/img/down-arrowblk.png") no-repeat scroll 89% 22px;
    cursor: pointer;
    float: left;
    font-weight: 700;
    height: 48px;
    line-height: 50px;
    padding: 0;
    position: absolute;
    text-transform: capitalize;
    width: 150px;
}
.search-cat::after {
    background: #8e8b8c none repeat scroll 0 0;
    content: "";
    height: 22px;
    position: absolute;
    right: 0;
    top: 13px;
    width: 1px;
}
.search-cat p .cate-selected {line-height: 45px}
.search-categories .fa {margin-left: 10px}
#text-search {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-family: arial;
    font-size: 14px;
    font-style: italic;
    height: 48px;
    line-height: 48px;
    outline: medium none;
    padding: 0 55px 0 160px;
    width: 100%;
}
#text-search:focus {outline: none}
#btn-search-category {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #000000;
  
    height: 42px;
    line-height: 42px;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    right: 0 !important;
    top: 0;
    width: 48px;
    z-index: 99;
}
#btn-search-category:hover, #btn-search-two:hover i {color: #e60000}
#btn-search-category .icon-search::before {
    content: "ï€‚";
    font-family: FontAwesome;
}
#btn-search-category i {font-style: normal}
.category-items {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) none no-repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #333333;
    font-size: 13px !important;
    height: 48px;
    left: 0;
    line-height: 48px;
    outline: medium none;
    overflow: hidden;
    padding: 0 35px 0 15px;
    position: absolute;
    transition-duration: 0.4s;
    transition-property: height;
    width: 100%;
    z-index: 9999;
    cursor: pointer
}
.category-items option {
    background: #ffffff none repeat scroll 0 0;
    color: #333333;
    line-height: 26px;
    padding: 4px 15px;
}


body.postid-43 #content {
	padding-top:0px;	
}
#secondary .widget ul.inx-recent-posts.casions li a.btn.theme-btn{
	width:50%;	
}

@media screen and (max-width: 600px) {
  .header-middle div {
	  text-align:center;
  }
  .header-middle .site-title{
	  display:inline-block;
	  margin-bottom:30px;  
  }
  .header-middle .search-box {
	  z-index:9 !important;  
  }
  #secondary,aside#secondary{
	  margin-bottom:30px;  
  }
  .casions-info-box-wrap{
	  margin-bottom:50px;  
  }
}